#
# HoI - Siam Events
#
#		written by Henrik Fhraeus AND Generalisimo :)
#

#########################################################################
# Japan puts Pressure on Siam (Axis Japan)
#########################################################################
event = { 
	id = 4500
	random = no
	country = SIA
	
	# Triggered by JAP 3806
	
	name = "EVT_4500_NAME"
	desc = "EVT_4500_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME4500A" # Accept
		command = { type = trigger which = 3808 } # Japan
		command = { type = trigger which = 4502 } # Siam
		command = { type = leave_alliance }
		}
	action_b = {
		name = "ACTIONNAME4500B" # Decline
		command = { type = trigger which = 3809 } # Japan
	}
}
#########################################################################
# Japan puts Pressure on Siam ("Neutral" Japan)
#########################################################################
event = { 
	id = 4501
	random = no
	country = SIA
	
	# Triggered by JAP 3807
	
	name = "EVT_4501_NAME"
	desc = "EVT_4501_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME4501A" # Accept
		command = { type = trigger which = 3808 } # Japan
		command = { type = trigger which = 4503 } # Siam
		command = { type = leave_alliance }
	}
	action_b = {
		name = "ACTIONNAME4501B" # Decline
		command = { type = trigger which = 3809 } # Japan
	}
}

#########################################################################
# Japan puts Pressure on Siam (Axis Japan)
#########################################################################
event = { 
	id = 4502
	random = no
	country = SIA
	
	# Triggered by JAP 4500
	
	name = "We accepted an alliance with Japan"
	desc = "EVT_4500_DESC"
	style = 0
	
	action_a = {
		name = "Ok" # Accept
		command = { type = alliance which = GER }
		command = { type = access which = JAP }
		command = { type = trigger which = 4504 } # Japan
		}
}
#########################################################################
# Japan puts Pressure on Siam ("Neutral" Japan)
#########################################################################
event = { 
	id = 4503
	random = no
	country = SIA
	
	# Triggered by JAP 4501
	
	name = "We accepted an alliance with Japan"
	desc = "EVT_4501_DESC"
	style = 0
	
	action_a = {
		name = "Ok" # Accept
		command = { type = war which = ENG }
		command = { type = access which = JAP }
		command = { type = trigger which = 4505 } # Japan
		}
}
#########################################################################
# Siam accepted (Axis Japan)
#########################################################################
event = { 
	id = 4504
	random = no
	country = JAP
	
	# Triggered by SIA 4502
	
	name = "Siam accepted an alliance with Japan"
	desc = "EVT_4500_DESC"
	style = 0
	
	action_a = {
		name = "Ok" # Accept
		command = { type = peace which = SIA value = 1 }
		}
}
#########################################################################
# Siam accepted ("Neutral" Japan)
#########################################################################
event = { 
	id = 4505
	random = no
	country = JAP
	
	# Triggered by SIA 4503
	
	name = "Siam accepted an alliance with Japan"
	desc = "EVT_4501_DESC"
	style = 0
	
	action_a = {
		name = "Ok" # Accept
		command = { type = peace which = SIA value = 1 }
		}
}

